{(set: $week to 1)
(set: $count to 0)
(set: $sleep to 6)
(set: $gradeLevel to 8)
(set: $relationship to 8)
(set: $bank to 300)
(set: $health to 5)
(set: $gradeString to "B")
(set: $relationshipsString to "Average")
(set: $healthString to "Average")
(set: $numTask to 1)
(set: $displayNext to true)
(set: $sleepClick to false)
(set: $gradeClick to false)
(set: $healthClick to false)
(set: $relationshipClick to false)
(set: $display to true)
}
Welcome to College Student Simulator 3000!
Think you can survive the midday ramen-induced comas? The excessive drinking of cheap alcohol and Red Bull? Maintaining a high enough GPA to stay in school? All without being hospitalized for a severe illness? That all awaits you and more in College Student Simulator 3000.
With the societal expectations high, and your motivation low, [[continue on to the game. |1st Week of the Month]]
(css: "font-size: 150%;")[(text-style: "bold")[Week of the Semester: (print: $week)]]
<br>
{(display: "Events")
}
{(if: $gradeLevel is 1)[(set: $gradeString to "F")]
(if: $gradeLevel is 2)[(set: $gradeString to "D")]
(if: $gradeLevel is 3)[(set: $gradeString to "D")]
(if: $gradeLevel is 4)[(set: $gradeString to "D")]
(if: $gradeLevel is 5)[(set: $gradeString to "D")]
(if: $gradeLevel is 6)[(set: $gradeString to "C")]
(if: $gradeLevel is 7)[(set: $gradeString to "C")]
(if: $gradeLevel is 8)[(set: $gradeString to "C")]
(if: $gradeLevel is 9)[(set: $gradeString to "C")]
(if: $gradeLevel is 10)[(set: $gradeString to "C")]
(if: $gradeLevel is 11)[(set: $gradeString to "B")]
(if: $gradeLevel is 12)[(set: $gradeString to "B")]
(if: $gradeLevel is 13)[(set: $gradeString to "B")]
(if: $gradeLevel is 14)[(set: $gradeString to "B")]
(if: $gradeLevel > 14)[(set: $gradeString to "A")]
(if: $health is 1)[(set: $healthString to "Hospitalized")]
(if: $health is 2)[(set: $healthString to "Poor")]
(if: $health is 3)[(set: $healthString to "Poor")]
(if: $health is 4)[(set: $healthString to "Poor")]
(if: $health is 5)[(set: $healthString to "Poor")]
(if: $health is 6)[(set: $healthString to "Average")]
(if: $health is 7)[(set: $healthString to "Average")]
(if: $health is 8)[(set: $healthString to "Average")]
(if: $health is 9)[(set: $healthString to "Average")]
(if: $health is 10)[(set: $healthString to "Average")]
(if: $health is 11)[(set: $healthString to "Good")]
(if: $health is 12)[(set: $healthString to "Good")]
(if: $health is 13)[(set: $healthString to "Good")]
(if: $health is 14)[(set: $healthString to "Good")]
(if: $health > 14)[(set: $healthString to "Excellent")]
(if: $relationship is 1)[(set: $relationshipsString to "Alone")]
(if: $relationship is 2)[(set: $relationshipsString to "Poor")]
(if: $relationship is 3)[(set: $relationshipsString to "Poor")]
(if: $relationship is 4)[(set: $relationshipsString to "Poor")]
(if: $relationship is 5)[(set: $relationshipsString to "Poor")]
(if: $relationship is 6)[(set: $relationshipsString to "Average")]
(if: $relationship is 7)[(set: $relationshipsString to "Average")]
(if: $relationship is 8)[(set: $relationshipsString to "Average")]
(if: $relationship is 9)[(set: $relationshipsString to "Average")]
(if: $relationship is 10)[(set: $relationshipsString to "Average")]
(if: $relationship is 11)[(set: $relationshipsString to "Good")]
(if: $relationship is 12)[(set: $relationshipsString to "Good")]
(if: $relationship is 13)[(set: $relationshipsString to "Good")]
(if: $relationship is 14)[(set: $relationshipsString to "Good")]
(if: $relationship > 14)[(set: $relationshipsString to "Excellent")]
}
You've completed (print: ($numTask - 1)) of 3 tasks for the week.
Your Current Statistics:
Sleep Levels: (print: $sleep)
Grade Levels: (print: $gradeString)
Relationship Levels: (print: $relationshipsString)
Bank Account Levels: $(print: $bank).00
Health Levels: (print: $healthString)<br>
{
(if: $health < 2)[(set: $display to false)[[Your health fell too low. | Hospital]] ]
(elseif: $bank is 0)[(set: $display to false)[[You should've worked more. | Evicted]]]
(elseif: $gradeLevel < 1)[(set: $display to false)[[You should have studied more. | Flunk]]]
(if: $display is true)[(if: $numTask < 4)[(if: $week is 1)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Study, even though it's kinda pointless during Syllabus Week.(click: "Study, even though it's kinda pointless during Syllabus Week.")[(set: $gradeClick to true)(set: $gradeLevel to it + 1)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 2)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 2)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 3)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go out with your friends, it's Homecoming! (click: "Go out with your friends, it's Homecoming!")[
(set: $relationshipClick to true)(set: $relationship to it +5)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 4)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 5)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go out and celebrate with your friends.(click: "Go out and celebrate with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +4)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 6)[Get some sleep. The stress makes sleep difficult. (click: "Get some sleep. The stress makes sleep difficult.")[
(set: $sleepClick to true)(set: $sleep to it + 3)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Head back to the library to study.(click: "Head back to the library to study.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it + 3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 7)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br><strike>Study.</strike> LOL, it's called a break for a reason.
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 8)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 9)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go to the doctor.(click: "Go to the doctor.")[
(set: $health to it +3)(set: $healthClick to true)(set: $healthclick to true)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 10)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Work on your projects and papers.(click: "Work on your projects and papers.")[
(set: $gradeClick to true)(set: $gradeLevel to it +4)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 11)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br><strike>Do homework</strike>It's family time, what're you thinking about studying for?
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 12)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 13)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 3)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 14)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go out and party.(click: "Go out and party.")[
(set: $relationshipClick to true)(set: $relationship to it +4)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]]
(if: $week is 15)[Get a good night's sleep. LOL, during Finals week? (click: "Get a good night's sleep. LOL, during Finals week? ")[
(set: $sleepClick to true)(set: $sleep to it + 2)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "1st Week of the Month")]
<br>Better study some more. As in never stop studying.(click: "Better study some more. As in never stop studying.")[
(set: $gradeClick to true)(set: $gradeLevel to it +2)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "1st Week of the Month")]
]]
(if: $numTask > 3)[
{
(if: $sleepClick is false)[(set: $sleep to $sleep - 4)]
(if: $sleep > 8)[(set: $sleep to 8)]
(if: $week is 6)[(set:$sleep to it -1)]
(if: $sleep < 6)[(set: $health to it -2)(set: $grades to it - 1)]
(if: $gradeClick is false)[(set: $gradeLevel to it -5)]
(if: $week is 1)[(if: $gradeClick is false)[(set: $gradeLevel to it +3)](set: $sleep to 5)]
(if: $week is 11)[(set: $gradeLevel to it +3)]
(if: $week is 7)[(set: $gradeLevel to it +3)]
(if: $week is 6)[(if: $gradeClick is false)[(set: $gradeLevel to it - 5)]]
(if: $week is 10)[(set: $gradeLevel to it - 2)]
(if: $week is 15)[(if: $gradeClick is false)[(set: $gradeLevel to it - 9)]]
(if: $week is 9)[
(if: $healthClick is false)[(set: $health to it - 5)]]
(if: $relationshipClick is false)[(set: $relationship to it -4)(if: $week is 3)[(set: $relationship to it - 2)](if: $week is 5)[(set: $relationship to it - 2)](if: $week is 14)[(set: $relationship to it - 5)]]
(if: $gradeClick is false)[(set: $gradeLevel to $gradeLevel - 3)]
(set: $bank to it - 130)(set: $sleepClick to false)(set: $gradeClick to false)(set: $relationshipClick to false)
(set: $numTask to 1)
(set: $week to it + 1)
(set: $displayNext to true)
(if: $health < 0)[(set: $health to 0)]
(if: $bank < 0)[(set: $bank to 0)]
(if: $sleep < 0)[(set: $sleep to 0)]
(if: $relationship < 0)[(set: $relationship to 0)]
(if: $gradeLevel < 0)[(set: $grade to 0)]
}
(set: $display to true)
(if: $health is 0)[(set: $displayNext to false)[[Your health fell too low. | Hospital]] ]
(elseif: $bank is 0)[(set: $displayNext to false)[[You should've worked more. | Evicted]]]
(elseif: $gradeLevel is 0)[(set: $displayNext to false)[[You should have studied more. | Flunk]]]
(elseif: $week is 15)[(set: $displayNext to false)(if: $relationship > 0)[[[It's the end of the semester | Semester End]]](if: $relationship is 0)[[[You made it to the end of the semester...| No friends]]]]
(if: $displayNext is true)[[[I'm ready for next week. |2nd Week of the Month]]]]]
}
{(display: "Events")
}
{(if: $gradeLevel is 1)[(set: $gradeString to "F")]
(if: $gradeLevel is 2)[(set: $gradeString to "D")]
(if: $gradeLevel is 3)[(set: $gradeString to "D")]
(if: $gradeLevel is 4)[(set: $gradeString to "D")]
(if: $gradeLevel is 5)[(set: $gradeString to "D")]
(if: $gradeLevel is 6)[(set: $gradeString to "C")]
(if: $gradeLevel is 7)[(set: $gradeString to "C")]
(if: $gradeLevel is 8)[(set: $gradeString to "C")]
(if: $gradeLevel is 9)[(set: $gradeString to "C")]
(if: $gradeLevel is 10)[(set: $gradeString to "C")]
(if: $gradeLevel is 11)[(set: $gradeString to "B")]
(if: $gradeLevel is 12)[(set: $gradeString to "B")]
(if: $gradeLevel is 13)[(set: $gradeString to "B")]
(if: $gradeLevel is 14)[(set: $gradeString to "B")]
(if: $gradeLevel > 14)[(set: $gradeString to "A")]
(if: $health is 1)[(set: $healthString to "Hospitalized")]
(if: $health is 2)[(set: $healthString to "Poor")]
(if: $health is 3)[(set: $healthString to "Poor")]
(if: $health is 4)[(set: $healthString to "Poor")]
(if: $health is 5)[(set: $healthString to "Poor")]
(if: $health is 6)[(set: $healthString to "Average")]
(if: $health is 7)[(set: $healthString to "Average")]
(if: $health is 8)[(set: $healthString to "Average")]
(if: $health is 9)[(set: $healthString to "Average")]
(if: $health is 10)[(set: $healthString to "Average")]
(if: $health is 11)[(set: $healthString to "Good")]
(if: $health is 12)[(set: $healthString to "Good")]
(if: $health is 13)[(set: $healthString to "Good")]
(if: $health is 14)[(set: $healthString to "Good")]
(if: $health > 14)[(set: $healthString to "Excellent")]
(if: $relationship is 1)[(set: $relationshipsString to "Alone")]
(if: $relationship is 2)[(set: $relationshipsString to "Poor")]
(if: $relationship is 3)[(set: $relationshipsString to "Poor")]
(if: $relationship is 4)[(set: $relationshipsString to "Poor")]
(if: $relationship is 5)[(set: $relationshipsString to "Poor")]
(if: $relationship is 6)[(set: $relationshipsString to "Average")]
(if: $relationship is 7)[(set: $relationshipsString to "Average")]
(if: $relationship is 8)[(set: $relationshipsString to "Average")]
(if: $relationship is 9)[(set: $relationshipsString to "Average")]
(if: $relationship is 10)[(set: $relationshipsString to "Average")]
(if: $relationship is 11)[(set: $relationshipsString to "Good")]
(if: $relationship is 12)[(set: $relationshipsString to "Good")]
(if: $relationship is 13)[(set: $relationshipsString to "Good")]
(if: $relationship is 14)[(set: $relationshipsString to "Good")]
(if: $relationship > 14)[(set: $relationshipsString to "Excellent")]
}
You've completed (print: ($numTask - 1)) of 3 tasks for the week.
(if: $bank < 0)[(set: $bank to 0)]
Your Current Statistics:
Sleep Levels: (print: $sleep)
Grade Levels: (print: $gradeString)
Relationship Levels: (print: $relationshipsString)
Bank Account Levels: $(print: $bank).00
Health Levels: (print: $healthString)<br>
{
(if: $health < 2)[(set: $display to false)[[Your health fell too low. | Hospital]] ]
(elseif: $bank is 0)[(set: $display to false)[[You should've worked more. | Evicted]]]
(elseif: $gradeLevel < 1)[(set: $display to false)[[You should have studied more. | Flunk]]]
(if: $display is true)[
(if: $numTask < 4)[(if: $week is 1)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Study, even though it's kinda pointless during Syllabus Week.(click: "Study, even though it's kinda pointless during Syllabus Week.")[(set: $gradeClick to true)(set: $gradeLevel to it + 1)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 2)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 2)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 3)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go out with your friends, it's Homecoming! (click: "Go out with your friends, it's Homecoming!")[
(set: $relationshipClick to true)(set: $relationship to it +5)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 4)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 5)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go out and celebrate with your friends.(click: "Go out and celebrate with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +4)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 6)[Get some sleep. The stress makes sleep difficult. (click: "Get some sleep. The stress makes sleep difficult.")[
(set: $sleepClick to true)(set: $sleep to it + 3)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Head back to the library to study.(click: "Head back to the library to study.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it + 3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 7)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br><strike>Study.</strike> LOL, it's called a break for a reason.
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 8)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 9)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go to the doctor.(click: "Go to the doctor.")[
(set: $health to it +3)(set: $healthclick to true)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 10)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Work on your projects and papers.(click: "Work on your projects and papers.")[
(set: $gradeClick to true)(set: $gradeLevel to it +4)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 11)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br><strike>Do homework</strike>It's family time, what're you thinking about studying for?
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 12)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 13)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 3)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 14)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go out and party.(click: "Go out and party.")[
(set: $relationshipClick to true)(set: $relationship to it +4)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]]
(if: $week is 15)[Get a good night's sleep. LOL, during Finals week? (click: "Get a good night's sleep. LOL, during Finals week? ")[
(set: $sleepClick to true)(set: $sleep to it + 2)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "2nd Week of the Month")]
<br>Better study some more. As in never stop studying.(click: "Better study some more. As in never stop studying.")[
(set: $gradeClick to true)(set: $gradeLevel to it +2)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $numTask to it +1)(go-to: "2nd Week of the Month")]
]]
(if: $numTask > 3)[
{
(if: $sleepClick is false)[(set: $sleep to $sleep - 4)]
(if: $sleep > 8)[(set: $sleep to 8)]
(if: $week is 6)[(set:$sleep to it -1)]
(if: $sleep < 6)[(set: $health to it -2)(set: $grades to it - 1)]
(if: $gradeClick is false)[(set: $gradeLevel to it -5)]
(if: $week is 1)[(if: $gradeClick is false)[(set: $gradeLevel to it +3)](set: $sleep to 5)]
(if: $week is 11)[(set: $gradeLevel to it +3)]
(if: $week is 7)[(set: $gradeLevel to it +3)]
(if: $week is 6)[(if: $gradeClick is false)[(set: $gradeLevel to it - 5)]]
(if: $week is 10)[(set: $gradeLevel to it - 2)]
(if: $week is 15)[(if: $gradeClick is false)[(set: $gradeLevel to it - 9)]]
(if: $week is 9)[
(if: $healthClick is false)[(set: $health to it - 5)]]
(if: $relationshipClick is false)[(set: $relationship to it -4)(if: $week is 3)[(set: $relationship to it - 2)](if: $week is 5)[(set: $relationship to it - 2)](if: $week is 14)[(set: $relationship to it - 5)]]
(if: $gradeClick is false)[(set: $gradeLevel to $gradeLevel - 3)]
(set: $bank to it - 130)(set: $sleepClick to false)(set: $gradeClick to false)(set: $relationshipClick to false)
(set: $numTask to 1)
(set: $week to it + 1)
(set: $displayNext to true)
(if: $health < 0)[(set: $health to 0)]
(if: $bank < 0)[(set: $bank to 0)]
(if: $sleep < 0)[(set: $sleep to 0)]
(if: $relationship < 0)[(set: $relationship to 0)]
(if: $gradeLevel < 0)[(set: $grade to 0)]
}
(set: $display to true)
(if: $health is 0)[(set: $displayNext to false)[[Your health fell too low. | Hospital]] ]
(elseif: $bank is 0)[(set: $displayNext to false)[[You should've worked more. | Evicted]]]
(elseif: $gradeLevel is 0)[(set: $displayNext to false)[[You should have studied more. | Flunk]]]
(elseif: $week is 15)[(set: $displayNext to false)(if: $relationship > 0)[[[It's the end of the semester | Semester End]]](if: $relationshipsString is "Alone")[[[You made it to the end of the semester...| No friends]]]]
(if: $displayNext is true)[[[I'm ready for next week. |3rd Week of the Month]]]]]
}
{(display: "Events")
}
{(if: $gradeLevel is 1)[(set: $gradeString to "F")]
(if: $gradeLevel is 2)[(set: $gradeString to "D")]
(if: $gradeLevel is 3)[(set: $gradeString to "D")]
(if: $gradeLevel is 4)[(set: $gradeString to "D")]
(if: $gradeLevel is 5)[(set: $gradeString to "D")]
(if: $gradeLevel is 6)[(set: $gradeString to "C")]
(if: $gradeLevel is 7)[(set: $gradeString to "C")]
(if: $gradeLevel is 8)[(set: $gradeString to "C")]
(if: $gradeLevel is 9)[(set: $gradeString to "C")]
(if: $gradeLevel is 10)[(set: $gradeString to "C")]
(if: $gradeLevel is 11)[(set: $gradeString to "B")]
(if: $gradeLevel is 12)[(set: $gradeString to "B")]
(if: $gradeLevel is 13)[(set: $gradeString to "B")]
(if: $gradeLevel is 14)[(set: $gradeString to "B")]
(if: $gradeLevel > 14)[(set: $gradeString to "A")]
(if: $health is 1)[(set: $healthString to "Hospitalized")]
(if: $health is 2)[(set: $healthString to "Poor")]
(if: $health is 3)[(set: $healthString to "Poor")]
(if: $health is 4)[(set: $healthString to "Poor")]
(if: $health is 5)[(set: $healthString to "Poor")]
(if: $health is 6)[(set: $healthString to "Average")]
(if: $health is 7)[(set: $healthString to "Average")]
(if: $health is 8)[(set: $healthString to "Average")]
(if: $health is 9)[(set: $healthString to "Average")]
(if: $health is 10)[(set: $healthString to "Average")]
(if: $health is 11)[(set: $healthString to "Good")]
(if: $health is 12)[(set: $healthString to "Good")]
(if: $health is 13)[(set: $healthString to "Good")]
(if: $health is 14)[(set: $healthString to "Good")]
(if: $health > 14)[(set: $healthString to "Excellent")]
(if: $relationship is 1)[(set: $relationshipsString to "Alone")]
(if: $relationship is 2)[(set: $relationshipsString to "Poor")]
(if: $relationship is 3)[(set: $relationshipsString to "Poor")]
(if: $relationship is 4)[(set: $relationshipsString to "Poor")]
(if: $relationship is 5)[(set: $relationshipsString to "Poor")]
(if: $relationship is 6)[(set: $relationshipsString to "Average")]
(if: $relationship is 7)[(set: $relationshipsString to "Average")]
(if: $relationship is 8)[(set: $relationshipsString to "Average")]
(if: $relationship is 9)[(set: $relationshipsString to "Average")]
(if: $relationship is 10)[(set: $relationshipsString to "Average")]
(if: $relationship is 11)[(set: $relationshipsString to "Good")]
(if: $relationship is 12)[(set: $relationshipsString to "Good")]
(if: $relationship is 13)[(set: $relationshipsString to "Good")]
(if: $relationship is 14)[(set: $relationshipsString to "Good")]
(if: $relationship > 14)[(set: $relationshipsString to "Excellent")]
}
You've completed (print: ($numTask - 1)) of 3 tasks for the week.
(if: $bank < 0)[(set: $bank to 0)]
Your Current Statistics:
Sleep Levels: (print: $sleep)
Grade Levels: (print: $gradeString)
Relationship Levels: (print: $relationshipsString)
Bank Account Levels: $(print: $bank).00
Health Levels: (print: $healthString)<br>
{
(if: $health < 2)[(set: $display to false)[[Your health fell too low. | Hospital]] ]
(elseif: $bank is 0)[(set: $display to false)[[You should've worked more. | Evicted]]]
(elseif: $gradeLevel < 1)[(set: $display to false)[[You should have studied more. | Flunk]]]
(if: $display is true)[
(if: $numTask < 4)[(if: $week is 1)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Study, even though it's kinda pointless during Syllabus Week.(click: "Study, even though it's kinda pointless during Syllabus Week.")[(set: $gradeClick to true)(set: $gradeLevel to it + 1)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 2)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 2)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 3)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go out with your friends, it's Homecoming! (click: "Go out with your friends, it's Homecoming!")[
(set: $relationshipClick to true)(set: $relationship to it +5)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 4)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 5)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go out and celebrate with your friends.(click: "Go out and celebrate with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +4)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 6)[Get some sleep. The stress makes sleep difficult. (click: "Get some sleep. The stress makes sleep difficult.")[
(set: $sleepClick to true)(set: $sleep to it + 3)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Head back to the library to study.(click: "Head back to the library to study.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it + 3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 7)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br><strike>Study.</strike> LOL, it's called a break for a reason.
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 8)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 9)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go to the doctor.(click: "Go to the doctor.")[
(set: $health to it +3)(set: $healthClick to true)(set: $healthclick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 10)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Work on your projects and papers.(click: "Work on your projects and papers.")[
(set: $gradeClick to true)(set: $gradeLevel to it +4)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 11)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br><strike>Do homework</strike>It's family time, what're you thinking about studying for?
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 12)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 13)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 3)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 14)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go out and party.(click: "Go out and party.")[
(set: $relationshipClick to true)(set: $relationship to it +4)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]]
(if: $week is 15)[Get a good night's sleep. LOL, during Finals week? (click: "Get a good night's sleep. LOL, during Finals week? ")[
(set: $sleepClick to true)(set: $sleep to it + 2)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "3rd Week of the Month")]
<br>Better study some more. As in never stop studying.(click: "Better study some more. As in never stop studying.")[
(set: $gradeClick to true)(set: $gradeLevel to it +2)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "3rd Week of the Month")]
]]
(if: $numTask > 3)[
{
(if: $sleepClick is false)[(set: $sleep to $sleep - 4)]
(if: $sleep > 8)[(set: $sleep to 8)]
(if: $week is 6)[(set:$sleep to it -1)]
(if: $sleep < 6)[(set: $health to it -2)(set: $grades to it - 1)]
(if: $gradeClick is false)[(set: $gradeLevel to it -5)]
(if: $week is 1)[(if: $gradeClick is false)[(set: $gradeLevel to it +3)](set: $sleep to 5)]
(if: $week is 11)[(set: $gradeLevel to it +3)]
(if: $week is 7)[(set: $gradeLevel to it +3)]
(if: $week is 6)[(if: $gradeClick is false)[(set: $gradeLevel to it - 5)]]
(if: $week is 10)[(set: $gradeLevel to it - 2)]
(if: $week is 15)[(if: $gradeClick is false)[(set: $gradeLevel to it - 9)]]
(if: $week is 9)[
(if: $healthClick is false)[(set: $health to it - 5)]]
(if: $relationshipClick is false)[(set: $relationship to it -4)(if: $week is 3)[(set: $relationship to it - 2)](if: $week is 5)[(set: $relationship to it - 2)](if: $week is 14)[(set: $relationship to it - 5)]]
(if: $gradeClick is false)[(set: $gradeLevel to $gradeLevel - 3)]
(set: $bank to it - 130)(set: $sleepClick to false)(set: $gradeClick to false)(set: $relationshipClick to false)
(set: $numTask to 1)
(set: $week to it + 1)
(set: $displayNext to true)
(if: $health < 0)[(set: $health to 0)]
(if: $bank < 0)[(set: $bank to 0)]
(if: $sleep < 0)[(set: $sleep to 0)]
(if: $relationship < 0)[(set: $relationship to 0)]
(if: $gradeLevel < 0)[(set: $grade to 0)]
}
(set: $display to true)
(if: $health is 0)[(set: $displayNext to false)[[Your health fell too low. | Hospital]] ]
(elseif: $bank is 0)[(set: $displayNext to false)[[You should've worked more. | Evicted]]]
(elseif: $gradeLevel is 0)[(set: $displayNext to false)[[You should have studied more. | Flunk]]]
(elseif: $week is 15)[(set: $displayNext to false)(if: $relationship > 0)[[[It's the end of the semester | Semester End]]](if: $relationship is 0)[[[You made it to the end of the semester...| No friends]]]]
(if: $displayNext is true)[(set: $bank to it - 300)[[I'm ready for next week. |4th Week of the Month]]]]]
}
{(display: "Events")
}
{(if: $gradeLevel is 1)[(set: $gradeString to "F")]
(if: $gradeLevel is 2)[(set: $gradeString to "D")]
(if: $gradeLevel is 3)[(set: $gradeString to "D")]
(if: $gradeLevel is 4)[(set: $gradeString to "D")]
(if: $gradeLevel is 5)[(set: $gradeString to "D")]
(if: $gradeLevel is 6)[(set: $gradeString to "C")]
(if: $gradeLevel is 7)[(set: $gradeString to "C")]
(if: $gradeLevel is 8)[(set: $gradeString to "C")]
(if: $gradeLevel is 9)[(set: $gradeString to "C")]
(if: $gradeLevel is 10)[(set: $gradeString to "C")]
(if: $gradeLevel is 11)[(set: $gradeString to "B")]
(if: $gradeLevel is 12)[(set: $gradeString to "B")]
(if: $gradeLevel is 13)[(set: $gradeString to "B")]
(if: $gradeLevel is 14)[(set: $gradeString to "B")]
(if: $gradeLevel > 14)[(set: $gradeString to "A")]
(if: $health is 1)[(set: $healthString to "Hospitalized")]
(if: $health is 2)[(set: $healthString to "Poor")]
(if: $health is 3)[(set: $healthString to "Poor")]
(if: $health is 4)[(set: $healthString to "Poor")]
(if: $health is 5)[(set: $healthString to "Poor")]
(if: $health is 6)[(set: $healthString to "Average")]
(if: $health is 7)[(set: $healthString to "Average")]
(if: $health is 8)[(set: $healthString to "Average")]
(if: $health is 9)[(set: $healthString to "Average")]
(if: $health is 10)[(set: $healthString to "Average")]
(if: $health is 11)[(set: $healthString to "Good")]
(if: $health is 12)[(set: $healthString to "Good")]
(if: $health is 13)[(set: $healthString to "Good")]
(if: $health is 14)[(set: $healthString to "Good")]
(if: $health > 14)[(set: $healthString to "Excellent")]
(if: $relationship is 1)[(set: $relationshipsString to "Alone")]
(if: $relationship is 2)[(set: $relationshipsString to "Poor")]
(if: $relationship is 3)[(set: $relationshipsString to "Poor")]
(if: $relationship is 4)[(set: $relationshipsString to "Poor")]
(if: $relationship is 5)[(set: $relationshipsString to "Poor")]
(if: $relationship is 6)[(set: $relationshipsString to "Average")]
(if: $relationship is 7)[(set: $relationshipsString to "Average")]
(if: $relationship is 8)[(set: $relationshipsString to "Average")]
(if: $relationship is 9)[(set: $relationshipsString to "Average")]
(if: $relationship is 10)[(set: $relationshipsString to "Average")]
(if: $relationship is 11)[(set: $relationshipsString to "Good")]
(if: $relationship is 12)[(set: $relationshipsString to "Good")]
(if: $relationship is 13)[(set: $relationshipsString to "Good")]
(if: $relationship is 14)[(set: $relationshipsString to "Good")]
(if: $relationship > 14)[(set: $relationshipsString to "Excellent")]
}
You've completed (print: ($numTask - 1)) of 3 tasks for the week.
Your Current Statistics:
Sleep Levels: (print: $sleep)
Grade Levels: (print: $gradeString)
Relationship Levels: (print: $relationshipsString)
Bank Account Levels: $(print: $bank).00
Health Levels: (print: $healthString)<br>
{
(if: $health < 2)[(set: $display to false)[[Your health fell too low. | Hospital]] ]
(if: $bank < 0)[(set: $display to false)(set: $bank to 0)[[You should've worked more. | Evicted]]]
(if: $gradeLevel < 1)[(set: $display to false)[[You should have studied more. | Flunk]]]
(if: $display is true)[
(if: $numTask < 4)[(if: $week is 1)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Study, even though it's kinda pointless during Syllabus Week.(click: "Study, even though it's kinda pointless during Syllabus Week.")[(set: $gradeClick to true)(set: $gradeLevel to it + 1)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 2)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 2)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 3)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go out with your friends, it's Homecoming! (click: "Go out with your friends, it's Homecoming!")[
(set: $relationshipClick to true)(set: $relationship to it +5)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 4)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 5)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go out and celebrate with your friends.(click: "Go out and celebrate with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +4)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 6)[Get some sleep. The stress makes sleep difficult. (click: "Get some sleep. The stress makes sleep difficult.")[
(set: $sleepClick to true)(set: $sleep to it + 3)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Head back to the library to study.(click: "Head back to the library to study.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it + 3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 7)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br><strike>Study.</strike> LOL, it's called a break for a reason.
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 8)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 9)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go to the doctor.(click: "Go to the doctor.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 10)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Work on your projects and papers.(click: "Work on your projects and papers.")[
(set: $gradeClick to true)(set: $gradeLevel to it +4)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 11)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br><strike>Do homework</strike>It's family time, what're you thinking about studying for?
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 12)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 13)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 3)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 14)[Get a good night's sleep. (click: "Get a good night's sleep.")[
(set: $sleepClick to true)(set: $sleep to it + 5)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Better study some more.(click: "Better study some more.")[
(set: $gradeClick to true)(set: $gradeLevel to it +3)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go out and party.(click: "Go out and party.")[
(set: $relationshipClick to true)(set: $relationship to it +4)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]]
(if: $week is 15)[Get a good night's sleep. LOL, during Finals week? (click: "Get a good night's sleep. LOL, during Finals week? ")[
(set: $sleepClick to true)(set: $sleep to it + 2)(set: $numTask to it +1)(set: $health to it + 1)(go-to: "4th Week of the Month")]
<br>Better study some more. As in never stop studying.(click: "Better study some more. As in never stop studying.")[
(set: $gradeClick to true)(set: $gradeLevel to it +2)(if: $sleepclick is true)[(set: $gradeLevel to it +1)](set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Hang out with your friends.(click: "Hang out with your friends.")[
(set: $relationshipClick to true)(set: $relationship to it +3)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Go in to work.(click: "Go in to work.")[
(set: $bank to it +300)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
<br>Take some Emergen-C.(click: "Take some Emergen-C.")[
(set: $health to it +3)(set: $healthClick to true)(set: $numTask to it +1)(go-to: "4th Week of the Month")]
]]
(if: $numTask > 3)[
{
(if: $sleepClick is false)[(set: $sleep to $sleep - 4)]
(if: $sleep > 8)[(set: $sleep to 8)]
(if: $week is 6)[(set:$sleep to it -1)]
(if: $sleep < 6)[(set: $health to it -2)(set: $grades to it - 1)]
(if: $gradeClick is false)[(set: $gradeLevel to it -5)]
(if: $week is 1)[(if: $gradeClick is false)[(set: $gradeLevel to it +3)](set: $sleep to 5)]
(if: $week is 11)[(set: $gradeLevel to it +3)]
(if: $week is 7)[(set: $gradeLevel to it +3)]
(if: $week is 6)[(if: $gradeClick is false)[(set: $gradeLevel to it - 5)]]
(if: $week is 10)[(set: $gradeLevel to it - 2)]
(if: $week is 15)[(if: $gradeClick is false)[(set: $gradeLevel to it - 9)]]
(if: $week is 9)[
(if: $healthClick is false)[(set: $health to it - 5)]]
(if: $relationshipClick is false)[(set: $relationship to it -4)(if: $week is 3)[(set: $relationship to it - 2)](if: $week is 5)[(set: $relationship to it - 2)](if: $week is 14)[(set: $relationship to it - 5)]]
(if: $gradeClick is false)[(set: $gradeLevel to $gradeLevel - 3)]
(set: $bank to it - 130)(set: $sleepClick to false)(set: $gradeClick to false)(set: $relationshipClick to false)
(set: $numTask to 1)
(set: $week to it + 1)
(set: $displayNext to true)
(if: $health < 0)[(set: $health to 0)]
(if: $bank < 0)[(set: $bank to 0)]
(if: $sleep < 0)[(set: $sleep to 0)]
(if: $relationship < 0)[(set: $relationship to 0)]
(if: $gradeLevel < 0)[(set: $gradeLevel to 0)]
}
(set: $display to true)
(if: $health is 0)[(set: $displayNext to false)[[Your health fell too low. | Hospital]] ]
(elseif: $bank is 0)[(set: $displayNext to false)[[You should've worked more. | Evicted]]]
(elseif: $gradeLevel is 0)[(set: $displayNext to false)[[You should have studied more. | Flunk]]]
(elseif: $week is 15)[(set: $displayNext to false)(if: $relationship > 0)[[[It's the end of the semester | Semester End]]](if: $relationship is 0)[[[You made it to the end of the semester...| No friends]]]]
(if: $displayNext is true)[[[I'm ready for next week. |1st Week of the Month]]]]]
}
{(if: $week is 3)[You've made it this far! The semester has already been pretty rough, but this weekend is Homecoming! For this one weekend you can pretend you like football and hang out with people you won't remember in the morning. Better make the most of it!]
(elseif: $week is 5)[It's your friend's most (link: "important birthday")[important birthday. *It's their 21st! The last important birthday until the 50th, when you're considered old and things start to sag.* That means you're supposed to celebrate] this weekend and your #squad insists that you have to come out with them! You know you will have a good time and wouldn't want to disappoint them...]
(elseif: $week is 14)[The semester is about to come to a close and everyone seems to be looking for a reason to drink away the memories of the past few weeks. The last party of the term is taking place, and while you should study for finals, your friends can be pretty convincing...]
}
{(if: $week is 1)[
It's that special time of the semester! Where you can ignore your responsibilities and drink to your heart's content. Heck, you don't even have to go to class if you really don't want to. It's practically the college student's version of Christmas: it's
<br><br>
{(css: "font-size: 150%;")[(text-style: "bold")[(text-color: "blue")[Syllabus Week!(click: "Syllabus Week!")[(open-url: "http://1.media.collegehumor.cvcdn.com/29/88/cad0740ceeca4aeb08aac1bf366964ab.jpg")]]]]}
]
(if: $week is 6)[
This is the week you have been dreading. This week will either make or break your semester. You could even (text-style: "bold")[(link:"die.")[die. You heard that one kid got locked in the library after hours and starved to death in the History section.]] This week could only be known by one name...
(css: "font-size: 150%;")[(text-style: "bold")[(text-color: "red")[Midterms!]]]
]
(if: $week is 10)[Everything seems to be coming due at once. You have a [group project]<group| (click: ?group)[(replace: ?group)[group of one worker and three slackers project]] for your business class. A speech for your Intro to Communication class. An exam in Chem101. AND a 10 page paper due for your History of the Universe (link: "class")[class. You're writing about the History of Tacos. It's bound to get an A]. If you make it through this week alive, it will be a miracle.]
<br>
(elseif: $week is 15)[(css: "font-size: 200%;")[(text-style: "bold")[(text-color: "red")[It's Finals Week]]]
<br>
(live: 4s)[What are you still doing here?! Shouldn't you be in the library?]]
}
{(if: $week is 2)[You forgot what it was like to sleep in a noisy, college neighborhood. Your parent's house in the suburbs never dealt with loud and obnoxious college (link: "student drunks")[student drunks, obviously freshmen. They never did know how to handle their alcohol... *insert eyeroll here*].
At least it was only the beginning of the semester. You didn't need that sleep, right?]
(if: $week is 13)[You know what always sounded good? Burnt popcorn. Thankfully, someone down the hall thought it did too and microwed it for 20 minutes instead of 2. The fire alarm was even so kind to notify you of this! Now the whole floor smells like it and the crisp air outside has never felt so liberating on your pajama shorts. It's not like you were going to get a whole 8 hours of sleep tonight anyway...]
}
It is that special time of the month when your hard-earned money magically disappears from your bank account. That's right,
(css: "font-size: 150%;")[(text-style: "bold")[(text-color: "red")[Rent is Due!]]]
At least you have a roof over your head, right? Even if it does leak...
{(if: $week is 9)[It seems like everywhere you turn, you hear a melody of coughs, sniffles, and throat clearing. Flu Season is in full swing and it is everybody for themselves. No one has time to get (link: "sick!")[sick! After classes, homework, your job, and extracurricluars, health should be the last thing that you worry about.] At least, that's how society seems to think it should be...
<br><br>(live: 5s)[*Cough, cough*]
<br>(live: 7s)[*Sniffle*]
<br>(live: 9s)[Uh oh...]
]
}
{(if: $week is 7)[(display: "Breaks")]
(if: $week is 11)[(display: "Breaks")]
(if: $week is 13)[(display: "Affects Sleep")]
(if: $week is 2)[(display: "Affects Sleep")]
(if: $week is 1 )[(display: "Affects School")]
(if: $week is 6)[(display: "Affects School")]
(if: $week is 10)[(display: "Affects School")]
(if: $week is 15 )[(display: "Affects School")]
(if: $week is 3)[(display: "Affects Relationships")]
(if: $week is 5)[(display: "Affects Relationships")]
(if: $week is 14)[(display: "Affects Relationships")]
(if: $week is 4)[(display: "Affects Bank")]
(if: $week is 8)[(display: "Affects Bank")]
(if: $week is 12)[(display: "Affects Bank")]
(if: $week is 9)[(display: "Affects Health")]
}
{(if: $week is 7)[After last's week hell, you can only thank the College Gods for bestowing upon you the next best thing to a legitimate fake ID...<br><br>
(css: "font-size: 150%;")[(text-style: "bold")[(text-color: "Orange")[Fall Break!]]]<br><br>
You may have other things to worry about, but at least school can be at the back of your mind for just a few days.]
(if: $week is 11)[Finally. Thanksgiving Break is upon you. Sure, it'll be nice to relax, but you do know what comes after Thanksgiving, right? Finals. But enjoy your mashed potatoes while you can...]
}
You did it! You made it through fifteen grueling weeks of nerves, stress, mental breakdowns, and depression. Isn't college fun? AND you get to do it all over in a few short weeks.
Your Final Semester Statistics:
Sleep Levels: (print: $sleep)
Grade Levels: (print: $gradeString)
Relationship Levels: (print: $relationshipsString)
Bank Account Levels: $(print: $bank).00
Health Levels: (print: $healthString)
[[Start over. |Init]]
You didn't make enough money to cover your daily living expenses. You were unable to come up with rent for this month and your landlord was not having any of your excuses.
Moving home isn't as bad as people say, right? Especially when faced with your parents' looks of crippling disappointment on a daily basis?
Sleep Levels: (print: $sleep)
Grade Levels: (print: $gradeString)
Relationship Levels: (print: $relationshipsString)
Bank Account Levels: $(print: $bank).00
Health Levels: (print: $healthString)
[[Start over. |Init]]
Kinda hard to do your homework from a hospital bed, amirite?
Sleep Levels: (print: $sleep)
Grade Levels: (print: $gradeString)
Relationship Levels: (print: $relationshipsString)
Bank Account Levels: $(print: $bank).00
Health Levels: (print: $healthString)
[[Start over. |Init]]
Your parents weren't very happy to hear that you flunked out with $30,000 in debt and no degree to show for it. At least at your new job, you get free fries on your breaks.
Sleep Levels: (print: $sleep)
Grade Levels: (print: $gradeString)
Relationship Levels: (print: $relationshipsString)
Bank Account Levels: $(print: $bank).00
Health Levels: (print: $healthString)
[[Start over. |Init]]
You spent way too much time worrying about only yourself, so all of your friends have moved on. Sure, you got through the semester, but now you don't have anyone to run to Taco Bell with at 1 a.m. when you should be studying.
Sleep Levels: (print: $sleep)
Grade Levels: (print: $gradeString)
Relationship Levels: (print: $relationshipsString)
Bank Account Levels: $(print: $bank).00
Health Levels: (print: $healthString)
[[Start over. |Init]]